bufio.Scanner.err (field)
10 uses
bufio (current package)
scan.go#L37: err error // Sticky error.
scan.go#L99: if s.err == io.EOF {
scan.go#L102: return s.err
scan.go#L149: if s.end > s.start || s.err != nil {
scan.go#L150: advance, token, err := s.split(s.buf[s.start:s.end], s.err != nil)
scan.go#L168: if s.err == nil || advance > 0 {
scan.go#L182: if s.err != nil {
scan.go#L258: if s.err == nil || s.err == io.EOF {
scan.go#L259: s.err = err
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |